home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / LART2.Dxr / 00083.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  926 b   |  45 lines

  1. on exitFrame
  2.   comment()
  3.   go(the frame)
  4. end
  5.  
  6. on comment
  7.   if rollOver(5) then
  8.     cursor(280)
  9.   else
  10.     if rollOver(6) then
  11.       cursor(280)
  12.     else
  13.       if rollOver(7) then
  14.         cursor(280)
  15.       else
  16.         if rollOver(8) then
  17.           cursor(280)
  18.         else
  19.           if rollOver(9) then
  20.             cursor(280)
  21.           else
  22.             if rollOver(12) then
  23.               cursor(280)
  24.             else
  25.               if rollOver(13) then
  26.                 cursor(280)
  27.               else
  28.                 if rollOver(2) then
  29.                   set the cursor of sprite 2 to [420, 421]
  30.                 else
  31.                   if rollOver(3) then
  32.                     set the cursor of sprite 3 to [422, 423]
  33.                   else
  34.                     cursor(-1)
  35.                   end if
  36.                 end if
  37.               end if
  38.             end if
  39.           end if
  40.         end if
  41.       end if
  42.     end if
  43.   end if
  44. end
  45.